home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / IPFWADM-.{12 / README.{__ < prev   
Text File  |  1999-09-17  |  4KB  |  100 lines

  1. --------------------------------------------------------------------
  2.     $Id: README,v 1.4 1996/07/30 11:50:36 jos Exp $
  3. --------------------------------------------------------------------
  4.  
  5. IPFWADM - Version 2.3.0 - July 30, 1996
  6.  
  7. Copyright (c) 1995,1996 by X/OS Experts in Open Systems BV.
  8. This is free software.  See below for details.
  9.  
  10. Ipfwadm is a utility to administer the IP accounting and IP firewall
  11. services offered by the Linux kernel.
  12.  
  13. This version (2.3.0) of ipfwadm requires Linux kernel version 1.3.66 or
  14. later.  To use some of the new features (transparent proxying and
  15. input-only/output-only accounting rules) you need kernel 2.0.0 or later.
  16. Check out ipfwadm's home page on the World Wide Web
  17.     http://www.xos.nl/linux/ipfwadm/
  18. for the most recent information about ipfwadm and recent kernel
  19. (in)compatibilities (if any).
  20.  
  21. Look at the accompanying manual page, ipfwadm(8), for a description
  22. of how to use this program.  The ipfw(4) manual page describes the
  23. kernel level interface of the IP accounting/firewall services.
  24. Look at the above mentioned WWW-page for more information (whenever
  25. available).
  26.  
  27. This utility is meant to be a replacement for the existing ipfw(8)
  28. utility, as found in the net-tools package.  Ipfwadm was made to be
  29. more complete and easier to use than ipfw.
  30.  
  31. Among the features offered by ipfwadm are:
  32.  
  33. -  Changing default policies for all firewall categories.
  34. -  Automatically adding the necessary extra rules when the named
  35.    hosts have more than one IP address.
  36. -  Support for specifying the interface address and/or name.
  37. -  Listing and resetting packet/byte counters "atomically" for
  38.    setting up a reliable accounting scheme.
  39. -  Listing the existing rules in a number of formats.
  40. -  Support for optional functions (bidirectional rules, TCP ACK
  41.    and SYN flag matching, changing the IP TOS-field).
  42. -  Specifying input-only or output-only accounting rules.
  43. -  Redirection support (used for tranparent proxying).
  44. -  Masquerading support, including listing active sessions
  45.    and specifying timeout values.
  46. -  A complete manual page.
  47.  
  48. The original sources for this package can be found at
  49.     ftp://ftp.xos.nl/pub/linux/ipfwadm/ipfwadm-2.3.0.tar.gz
  50. The README file contains this text.
  51. The file COPYING contains a copy the GNU General Public License.
  52. ChangeLog contains a brief description of the change history.
  53. The LSM file contains the LSM entry for ipfwadm.
  54.  
  55. To make, simply type
  56.     make ipfwadm
  57. in the source directory.
  58.  
  59. Install to your liking.  We suggest the following pathnames:
  60.     /sbin/ipfwadm
  61.     /usr/man/man8/ipfwadm.8
  62.     /usr/man/man4/ipfw.4
  63. This will be done automatically when calling
  64.     make install
  65. in the source directory.
  66.  
  67.  
  68. Jos Vos <jos@xos.nl>
  69.  
  70. --------------------------------------------------------------------
  71.  
  72. Copyright (c) 1995,1996 by X/OS Experts in Open Systems BV.
  73. All rights reserved.
  74.  
  75.     X/OS Experts in Open Systems BV
  76.     Kruislaan 419
  77.     1098 VA  Amsterdam
  78.     The Netherlands
  79.  
  80.     E-mail: info@xos.nl
  81.     WWW:    http://www.xos.nl/
  82.  
  83. --------------------------------------------------------------------
  84.  
  85. This program is free software; you can redistribute it and/or modify
  86. it under the terms of the GNU General Public License as published by
  87. the Free Software Foundation; either version 2 of the License, or
  88. (at your option) any later version.
  89.  
  90. This program is distributed in the hope that it will be useful,
  91. but WITHOUT ANY WARRANTY; without even the implied warranty of
  92. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  93. GNU General Public License for more details.
  94.  
  95. You should have received a copy of the GNU General Public License
  96. along with this program; if not, write to the Free Software
  97. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  98.  
  99. --------------------------------------------------------------------
  100.